home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\INCLUDE\LOG.H < prev    next >
C/C++ Source or Header  |  1994-12-28  |  366b  |  22 lines

  1. /*
  2.  * log.h: header for log.c 
  3.  *
  4.  * Written By Michael Sandrof
  5.  *
  6.  * Copyright(c) 1990 
  7.  *
  8.  * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT 
  9.  *
  10.  * @(#)$Id: log.h,v 1.4 1994/07/02 02:38:10 mrg Stab $
  11.  */
  12.  
  13. #ifndef _LOG_H_
  14. #define _LOG_H_
  15.  
  16. extern    FILE    *do_log();
  17. extern    void    logger();
  18. extern    void    set_log_file();
  19. extern    void    add_to_log();
  20.  
  21. #endif /* _LOG_H_ */
  22.